VERSION = 1,

option VMZ.SpecCar
{
    type = boolean,
    default = false,
    page = VMZ,
    translation = VMZ_SpecCar,
}

option VMZ.SpawnRate
{
    type = integer,
	min = 0,
    default = 16,
	max = 100,
    page = VMZ,
    translation = VMZ_SpawnRate,
}

option VMZ.VehiCond
{
    type = integer,
    min = 0,
    default = 50,
    max = 100,
    page = VMZ,
    translation = VMZ_VehiCond,
}

option VMZ.PartDamage
{
    type = integer,
	min = 0,
    default = 0,
	max = 100,
    page = VMZ,
    translation = VMZ_PartDamage,
}

option VMZ.KeySpawn
{
    type = integer,
	min = 0,
    default = 70,
	max = 100,
    page = VMZ,
    translation = VMZ_KeySpawn,
}